This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
hi all,
I have a theme that's loading javascript libraries and css resources; some of those are loaded conditionally, based on the currently used browser client.
Now I would like to extend that and have some info regarding the user browser being displayed in the page header. My idea was to have the page body call a javascript function "onLoad". What I tried so far was building a ViewBody control into my theme, trying to override the "afterPageLoad" event of the XPage. I so far succeeded in overriding various events of buttons (onclick) and edit boxes (onfocus), calling js functions or window.alert methods. But when I try to apply this to the ViewBody afterPageLoad event I receive nothing but but an error 500.
Is this probably the wrong object to treat? Or is it simply not possible to reach the page's onLoad event?
As ever, any hint is welcome
Feedback number WEBB7NWH2G created by ~Justin Zekamanlen on 02/03/2009
Status: Open
Comments: